MSMQ what happens when you hit "Test"
Hi All, I'm using the HtmlLogProviderCS sample as a basis for a custom logging component that writes to an MSMQ. Now in the UI, you enter a Path and then hit Test. I'm trying to write my own validation routine, I'm wondering what actually gets invoked when
you hit test and how to write it. Any help is appreciated:
this._messageQueue.Path = (string)this._connections[this._configString].AcquireConnection(null);
//Path is set do actually send it a message or what do you normally do to test an MSMQ connection?
May 25th, 2011 2:23pm
May be you want to wrap up calls around the MQPing (test and troubleshooting utility for MSMQ) http://technet.microsoft.com/en-us/library/cc739689%28WS.10%29.aspxArthur My Blog
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2011 2:28pm